home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / w95demo / w95demo.exe / M08CHBKG.DXR / 00132.ls < prev    next >
Encoding:
Text File  |  1995-08-22  |  229 b   |  14 lines

  1. on mouseDown
  2.   global gPaper
  3.   if gPaper = EMPTY then
  4.     exit
  5.   end if
  6.   puppetSprite(40, 1)
  7.   set the castNum of sprite 40 to cast "apply hilite"
  8.   updateStage()
  9.   wait()
  10.   puppetSprite(40, 0)
  11.   updateStage()
  12.   drawPaper()
  13. end
  14.